
* {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  box-sizing:border-box;
}
*, ::after, ::before {-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-o-text-size-adjust:none;-ms-text-size-adjust:none}

a,img,button,input,textarea,div,ul,li,{
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
input,textarea{-webkit-appearance:none;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,ul,li {
  list-style: none;
}

.clear:after {
  content: '';
  overflow: hidden;
  clear: both;
  height: 0px;
  visibility: hidden;
  display: block;
}
.clear {
  -ms-zoom: 1;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #999;
}
img {
  display: block;
  border: 0 none;
}
input {
  outline: none;
  border: none;
  -webkit-appearance:none;
  appearance:none;outline:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
textarea {  -webkit-appearance: none;}

/*.blue {*/
  /*background: #246cd9;*/
/*}*/

.fB {
  color: #246cd9;
}

.fG9 {
  color: #999;
}

.fG6 {
  color: #666;
}

.dis_none {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.home_prev {
  background: url("../../images/Home/home_banner_but.png") left center no-repeat;
  left: 2%;
  width: 40px;
  height: 109px;
  z-index: 1;
}

.home_next {
  background: url("../../images/Home/home_banner_but.png") right center no-repeat;
  right: 2%;
  width: 40px;
  height: 109px;
  z-index: 1;
}


.button {
  line-height: 45px;
  width: 118px;
  border: 1px solid #666;
  border-radius: 5px;
  margin: 40px 0px;
}

.transformY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.transformX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.transform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.flex_justify_between {
  display: flex;
  justify-content: space-between;
}

.flex_justify_around {
  display: flex;
  justify-content: space-around;
}

.dis_none {
  display: none;
}

